home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 August / macformat-066.iso / Demos / ProView 2.1 trial / ProView Web Help / ProView Web Help.rsrc / TEXT_318_Text Boxes__Te.txt < prev    next >
Encoding:
Text File  |  1998-04-03  |  2.3 KB  |  35 lines

  1. Text Boxes
  2.  
  3. Text boxes may be transparent or have a background color and a border. (Borders are displayed by the browser and colors selected in ProView will not apply.)
  4.  
  5. Scrolling Text
  6. Text boxes will not scroll on web pages but instead, the text will be extended down the page to its full length. The width of a text box on the web page will remain the same.
  7. Anything below the text will be shifted down.
  8.  
  9. Text Formatting
  10. Font, Size, Styles and Color
  11. Browsers have their own defaults for text. To have your website displayed in the browsers defaults use: 
  12.        Times, 12 pt, plain, black text.
  13. Any other font will be noted, but may be substituted by the viewer's browser depending on the fonts they have installed.
  14.  
  15. HTML supports only seven sizes of fonts.  (9,10,12,14,18,24,36) Your font will be displayed in the available size closest to the size selected in ProView.
  16.  
  17. Bold, italic and underline styles are the only styles supported in HTML. Outline text will be displayed ‚Äúblinking‚Äù.
  18. All text coloring is supported. (Colors displayed are always dependent upon the viewers monitor and system capabilities.)
  19.  
  20. Blinking  text
  21. Text styled as ‚ÄúOutline‚Äù (Outline) will be displayed as blinking text in a browser. (It will appear as outlined text within ProView.)
  22.  
  23. Divider Lines
  24. Empty text boxes will appear as a line. The height and the width of the text box determines how big the line will be displayed in a browser.
  25.  
  26. HTML code within a text box
  27. ProView allows you to include your own HTML coding within a text box.
  28. All HTML code should be written using Times, 12pt, plain, black text. 
  29.  
  30. Your code will be interpreted by the browser accordingly and displayed on the page within the area of the text box. The length of the text box will be extended to accommodate the code, but the width will remain constant.
  31. Transparent and border text box options apply the same to text boxes containing HTML code.
  32. Regular text and code may be mixed.
  33.  
  34. Technical Note: ProView builds text boxes within a standard HTML table. All text within the text box (table cell) is interpreted by the browser according to standard HTML tagging. Untagged text will be displayed as readable text, tags ( <A HREF SRC=‚Äúhttp://www.pvshowcase.com‚Äù> ) will be interpreted and the text between a tag and an end tag ( </A> ) will be displayed as coded.
  35.